home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 1996 June / macformat-038.iso / Demos / Interactive Wave / _DATAS / MONGOLO.Dxr / 00001.ls next >
Encoding:
Text File  |  1995-08-06  |  280 b   |  31 lines

  1. on Interrupt0
  2.   exit
  3. end
  4.  
  5. on Interrupt1
  6.   exit
  7. end
  8.  
  9. on Interrupt2
  10.   exit
  11. end
  12.  
  13. on Avant
  14.   EffacePictRoll()
  15.   GoMarker(1)
  16. end
  17.  
  18. on Arriere
  19.   EffacePictRoll()
  20.   GoMarker(-3)
  21. end
  22.  
  23. on MacroPlus
  24.   exit
  25. end
  26.  
  27. on MacroInitAnim
  28.   DesactiveTouches()
  29.   SetMemoNavPuce("MONGOLO # NAVIG #")
  30. end
  31.